Skip to content

Add model service api defs#1160

Merged
SSharma-10 merged 8 commits intodigitalocean:mainfrom
chandrudo:MS-189-local
Apr 28, 2026
Merged

Add model service api defs#1160
SSharma-10 merged 8 commits intodigitalocean:mainfrom
chandrudo:MS-189-local

Conversation

@chandrudo
Copy link
Copy Markdown
Contributor

@chandrudo chandrudo commented Apr 22, 2026

Model service endpoints are added
BYOM
get: /v2/gen-ai/custom_models
post:/v2/gen-ai/custom_models/import
delete: /v2/gen-ai/custom_models/{uuid}
patch: /v2/gen-ai/custom_models/{uuid}/metadata

MODEL EVALS
get: /v2/gen-ai/evaluation_datasets/{dataset_uuid}/download_url
post:/v2/gen-ai/model_evaluation/datasets/file_upload_presigned_urls
get: /v2/gen-ai/model_evaluation_metrics
get:/v2/gen-ai/model_evaluation_runs
post:/v2/gen-ai/model_evaluation_runs
get:/v2/gen-ai/model_evaluation_runs/{eval_run_uuid}
get: /v2/gen-ai/model_evaluation_runs/{eval_run_uuid}/results/download_url

@chandrudo chandrudo marked this pull request as draft April 22, 2026 10:54
@chandrudo chandrudo marked this pull request as ready for review April 24, 2026 08:59
Copy link
Copy Markdown
Contributor

@SSharma-10 SSharma-10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants